home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Libris Britannia 4
/
science library(b).zip
/
science library(b)
/
DJGPP
/
QDDVX102.ZIP
/
contrib
/
dvx
/
bin
/
wrapper.txt
< prev
Wrap
Text File
|
1993-07-15
|
601b
|
20 lines
!This is the wrapper file used by UNIX2DVX
!Text in this file is included wherevever the header file name
!to be included is found in the file being processed
!
!The following macros are recognised and will be replaced by
!the relevant text
!
!
! $UNIXNAME - The Unix version of the header file name
! $MSDOSNAME - The corresponding truncated DOS header file name
! $DATE - The current date extracted from the system
! $TIME - The current time extracted from the system
!
!
#ifdef MSDOS
#include "$MSDOSNAME" /* QDK $DATE $TIME */
#else
#include "$UNIXNAME"
#endif